AttributeCollectionIndexOf Method (Attribute) |
Returns the zero-based index of the first occurrence of the specified
Attribute in the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int IndexOf(
Attribute attribute
)
Public Function IndexOf (
attribute As Attribute
) As Integer
Parameters
- attribute
- Type: Independentsoft.Sip.SdpAttribute
The Attribute to locate in the collection.
Return Value
Type:
Int32The first index of the
Attribute in the collection or -1 if the node is not found in the collection.
See Also